home *** CD-ROM | disk | FTP | other *** search
/ PC Media 5 / PC MEDIA CD05.iso / quit.dxr / 00002.ls < prev    next >
Encoding:
Text File  |  1994-10-29  |  122 b   |  9 lines

  1. on exitFrame
  2.   if the mouseDown then
  3.     go("FinalFrames")
  4.   end if
  5.   if soundBusy(1) then
  6.     go(the frame)
  7.   end if
  8. end
  9.